Test coverage - определение. Что такое Test coverage
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Test coverage - определение

PERCENTAGE OF SOME TYPE OF FAULT THAT CAN BE DETECTED DURING THE TEST OF ANY ENGINEERED SYSTEM
Test quality; Test coverage
Найдено результатов: 2463
Test coverage         
<testing> A measure of the proportion of a program exercised by a test suite, usually expressed as a percentage. This will typically involve collecting information about which parts of a program are actually executed when running the test suite in order to identify which branches of {conditional statements} which have been taken. The most basic level of test coverage is {code coverage testing} and the most methodical is path coverage testing. Some intermediate levels of test coverage exist, but are rarely used. The standard Unix tool for measuring test coverage is tcov, which annotates C or Fortran source with the results of a test coverage analysis. GCT is a GNU equivalent. (2001-05-20)
Fault coverage         
Fault coverage refers to the percentage of some type of fault that can be detected during the test of any engineered system. High fault coverage is particularly valuable during manufacturing test, and techniques such as Design For Test (DFT) and automatic test pattern generation are used to increase it.
Test (biology)         
HARD SHELL OF SOME SPHERICAL MARINE ANIMALS, NOTABLY SEA URCHINS AND MICROORGANISMS SUCH AS TESTATE FORAMINIFERANS, RADIOLARIANS, AND TESTATE AMOEBAE
Test (shell); Test (zoology)
In biology, a test is the hard shell of some spherical marine animals, notably sea urchins and microorganisms such as testate foraminiferans, radiolarians, and testate amoebae. The term is also applied to the covering of scale insects.
Universal Health Coverage Day         
WORLD DAY
International Universal Health Coverage Day
Universal Health Coverage Day is celebrated annually on December 12 and is promoted by the World Health Organization.WHO's World Health Coverage Day page UHC Day in the Philippines.
Test case         
SPECIFICATION OF THE INPUTS, EXECUTION CONDITIONS, TESTING PROCEDURE, AND EXPECTED RESULTS THAT DEFINE A SINGLE TEST TO BE EXECUTED TO ACHIEVE A PARTICULAR TESTING OBJECTIVE
Test Case; Business test case; Business Test Case; Testcase; Common Test Cases; Test cases; Testcases
In software engineering, a test case is a specification of the inputs, execution conditions, testing procedure, and expected results that define a single test to be executed to achieve a particular software testing objective, such as to exercise a particular program path or to verify compliance with a specific requirement. Test cases underlie testing that is methodical rather than haphazard.
test case         
SPECIFICATION OF THE INPUTS, EXECUTION CONDITIONS, TESTING PROCEDURE, AND EXPECTED RESULTS THAT DEFINE A SINGLE TEST TO BE EXECUTED TO ACHIEVE A PARTICULAR TESTING OBJECTIVE
Test Case; Business test case; Business Test Case; Testcase; Common Test Cases; Test cases; Testcases
(test cases)
A test case is a legal case which becomes an example for deciding other similar cases.
N-COUNT
test case         
SPECIFICATION OF THE INPUTS, EXECUTION CONDITIONS, TESTING PROCEDURE, AND EXPECTED RESULTS THAT DEFINE A SINGLE TEST TO BE EXECUTED TO ACHIEVE A PARTICULAR TESTING OBJECTIVE
Test Case; Business test case; Business Test Case; Testcase; Common Test Cases; Test cases; Testcases
¦ noun Law a case setting a precedent for other cases.
Mantoux test         
  • The size of [[induration]] is measured 48–72 hours later. Erythema (redness) should not be measured.
  • Mantoux test injection site in a subject without chronic conditions or in a high-risk group clinically diagnosed as negative at 50 hours
IMMUNOLOGICAL METHOD
Pirquet reaction; Pirquet test; Tuberculin skin test; PPD test; Tuberculin test; TB skin test; Mantoux technique; Ppd test; Mendel–Mantoux test; Mendel-Mantoux test; Mantoux screening test; Tuberculin sensitivity test; Tuberculosis skin test
The Mantoux test or Mendel–Mantoux test (also known as the Mantoux screening test, tuberculin sensitivity test, Pirquet test, or PPD test for purified protein derivative) is a tool for screening for tuberculosis (TB) and for tuberculosis diagnosis. It is one of the major tuberculin skin tests used around the world, largely replacing multiple-puncture tests such as the tine test.
Coombs test         
  • date=2017-02-27}} Citing: C Feldman & J O'Connor.</ref>
  • Schematic showing the direct and indirect Coombs tests
BLOOD TEST USED IN IMMUNOHEMATOLOGY
Coombs antibody; Direct antiglobulin test; Coombs reagent; Coombs' test; Indirect Coombs' test; Coomb's test; Antiglobulin test; Indirect Coombs test; Direct coombs test; Direct Coombs test; Direct Coomb’s test; Coomb test; Anti Human Globulin; Indirect antiglobulin test
A Coombs test, also known as antiglobulin test (AGT), is either of two blood tests used in immunohematology. They are the direct and indirect Coombs tests.
Mantoux test         
  • The size of [[induration]] is measured 48–72 hours later. Erythema (redness) should not be measured.
  • Mantoux test injection site in a subject without chronic conditions or in a high-risk group clinically diagnosed as negative at 50 hours
IMMUNOLOGICAL METHOD
Pirquet reaction; Pirquet test; Tuberculin skin test; PPD test; Tuberculin test; TB skin test; Mantoux technique; Ppd test; Mendel–Mantoux test; Mendel-Mantoux test; Mantoux screening test; Tuberculin sensitivity test; Tuberculosis skin test
['m?Mantoux testtu:, 'mantu:]
¦ noun Medicine a skin test for immunity to tuberculosis using the injection of tuberculin.
Origin
1930s: named after the French physician Charles Mantoux.

Википедия

Fault coverage

Fault coverage refers to the percentage of some type of fault that can be detected during the test of any engineered system. High fault coverage is particularly valuable during manufacturing test, and techniques such as Design For Test (DFT) and automatic test pattern generation are used to increase it.

In electronics for example, stuck-at fault coverage is measured by sticking each pin of the hardware model at logic '0' and logic '1', respectively, and running the test vectors. If at least one of the outputs differs from what is to be expected, the fault is said to be detected. Conceptually, the total number of simulation runs is twice the number of pins (since each pin is stuck in one of two ways, and both faults should be detected). However, there are many optimizations that can reduce the needed computation. In particular, often many non-interacting faults can be simulated in one run, and each simulation can be terminated as soon as a fault is detected.

A fault coverage test passes when at least a specified percentage of all possible faults can be detected. If it does not pass, at least three options are possible. First, the designer can augment or otherwise improve the vector set, perhaps by using a more effective automatic test pattern generation tool. Second, the circuit may be re-defined for better fault detectibility (improved controllability and observability). Third, the designer may simply accept the lower coverage.